/// <summary>
 /// This Function is used to Delete previously added Department Designation from database and is performed by SuperAdmin Only.
 /// </summary>
 public static bool Delete(DepartmentDesignation info)
 {
     return(DepartmentDesignationDA.Delete(info));
 }