// This fuction does not contain any business logic, it simply returns the 
	// list of departmentMonthlyInformations, we can put some logic here if needed 
	public bool Delete(int yearTypeID , int monthTypeID , int departmentID)
	{
		return departmentMonthlyInformationDb.Delete(yearTypeID , monthTypeID , departmentID);
	}