public int Delete(notificationsettings existingnotificationsettings)
 {
     return(AllocateRepo().Delete(existingnotificationsettings));
 }
 public long Create(notificationsettings newnotificationsettings)
 {
     return(AllocateRepo().Create(newnotificationsettings));
 }