// Make Namespace
var identity = {} ;
// Fetch Status
identity.fetchStatus = function(){
// TODO
return new Array("1", "user1", "25/02/2016");
}