public void DeleteUserMaster(int UserID)
 {
     //UserMasterDAL.DeleteUserMaster(UserID);
     UserMasterDAL.spDeleteUserMaster(UserID);
 }