public bool UpdateUser(string UserName, bool IsActive) { return(_businessInstance.UpdateUser(UserName, IsActive)); }